home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2001 December / maximum-cd-2001-12.iso / Files / Intel / Active Monitor / IntelActiveMonitor.exe / SMBus / data1.cab / Win98_INF / SMBus.inf
Encoding:
Windows Setup INFormation  |  2001-08-20  |  4.4 KB  |  85 lines

  1. ; ****************************************************************************
  2. ; ****************************************************************************
  3. ; **                                                                        **
  4. ; **    Copyright (c) 1998, 1999 Intel Corporation. All Rights Reserved.    **
  5. ; **                                                                        **
  6. ; **    Filename:  SMBUS.INF                                                **
  7. ; **    Version:   3.0.7.0                                                  **
  8. ; **    Date:      Aug 28, 2000                                             **
  9. ; **    Abstract:  Windows 95 INF Update File for Intel(r) 82801AA,         **
  10. ; **               82801AB and 82371AB SMBus controllers                    **
  11. ; ****************************************************************************
  12. ; ****************************************************************************
  13. [Version]
  14. Signature=$CHICAGO$
  15. Class=System
  16. ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
  17. Provider=%Intel.Mfg%
  18. DriverVer=01/22/2001
  19.  
  20. [DestinationDirs]
  21. DefaultDestDir=11       ; Place in the system directory
  22.  
  23. [Manufacturer]
  24. %Intel.Mfg%=Intel.Section
  25.  
  26. [Intel.Section]
  27. %INT1110.DeviceDesc%=SMBus.Install,*INT1110
  28. %INT1111.DeviceDesc%=SMBus.Install,*INT1111
  29.  
  30. ; Note the class codes must remain, so that the driver will install over
  31. ; the INF update, that has a signature.
  32. %PCI\VEN_8086&DEV_2413.DeviceDesc%=SMBus.Install,PCI\VEN_8086&DEV_2413&CC_0C05
  33. %PCI\VEN_8086&DEV_2413.DeviceDesc%=SMBus.Install,PCI\VEN_8086&DEV_2413
  34. %PCI\VEN_8086&DEV_2423.DeviceDesc%=SMBus.Install,PCI\VEN_8086&DEV_2423&CC_0C05
  35. %PCI\VEN_8086&DEV_2423.DeviceDesc%=SMBus.Install,PCI\VEN_8086&DEV_2423
  36. %PCI\VEN_8086&DEV_2443.DeviceDesc%=SMBus.Install,PCI\VEN_8086&DEV_2443&CC_0C05
  37. %PCI\VEN_8086&DEV_2443.DeviceDesc%=SMBus.Install,PCI\VEN_8086&DEV_2443
  38. %PCI\VEN_8086&DEV_2483.DeviceDesc%=SMBus.Install,PCI\VEN_8086&DEV_2483&CC_0C05
  39. %PCI\VEN_8086&DEV_2483.DeviceDesc%=SMBus.Install,PCI\VEN_8086&DEV_2483
  40.  
  41. [SMBus.Install]
  42. CopyFiles=SMBus.CopyFiles
  43. AddReg=SMBus.AddReg
  44.  
  45. [SMBus.CopyFiles]
  46. smbus.vxd
  47. smbusp.vxd
  48.  
  49. [SMBus.AddReg]
  50. HKR,,DevLoader,0,smbus.vxd
  51.  
  52. [Strings]
  53. Intel.Mfg="Intel"
  54. INT1110.DeviceDesc = "Intel(R) 82371AB SMBus Controller (Intel(R) SMBus Driver)"
  55. INT1111.DeviceDesc = "Intel(R) 82801AA/AB SMBus Controller (PnP) (Intel(R) SMBus Driver)"
  56. PCI\VEN_8086&DEV_2413.DeviceDesc="Intel(R) 82801AA SMBus Controller (Intel(R) SMBus Driver)"
  57. PCI\VEN_8086&DEV_2423.DeviceDesc="Intel(R) 82801AB SMBus Controller (Intel(R) SMBus Driver)"
  58. PCI\VEN_8086&DEV_2443.DeviceDesc="Intel(R) 82801BA/BAM SMBus Controller - 2443 (Intel(R) SMBus Driver)"
  59. PCI\VEN_8086&DEV_2483.DeviceDesc="Intel(R) ICH3/ICH3-M SMBus Controller - 2483 (Intel(R) SMBus Driver)"
  60.  
  61. ; ****************************************************************************
  62. ; Information in this document is provided in connection with Intel products. 
  63. ; No license, express or implied, by estoppel or otherwise, to any intellectual 
  64. ; property rights is granted by this document.  Except as provided in Intel's 
  65. ; Terms and Conditions of Sale for such products, Intel assumes no liability 
  66. ; whatsoever, and Intel disclaims any express or implied warranty, relating to 
  67. ; sale and/or use of Intel products including liability or warranties relating 
  68. ; to fitness for a particular purpose, merchantability, or infringement of any 
  69. ; patent, copyright or other intellectual property right. Intel products are 
  70. ; not intended for use in medical, life saving, or life sustaining applications. 
  71. ;
  72. ; ****************************************************************************
  73. ; * Intel Corporation disclaims all warranties and liabilities for the use   *
  74. ; * of this document and the information contained herein, and assumes no    *
  75. ; * responsibility for any errors which may appear in this document, nor     *
  76. ; * does Intel make a commitment to update the information contained herein. *
  77. ; * Intel reserves the right to make changes to this document at any time,   *
  78. ; * without notice.                                                          *
  79. ; ****************************************************************************
  80. ; ****************************************************************************
  81.  
  82. ; * Third-party brands and names are the property of their respective owners.
  83. ; Copyright (c) Microsoft Corporation, 1993-1998
  84. ; Copyright (c) Intel Corporation, 1998
  85.